Color
Theme Colors
We changed all the default of Bootstrap colors. Every color in this template is used All Colors, only few color we used from Theme colors. You can find every SASS varibale here .
scss/vendors/bootstrap/_variables.scss
Primary
Accent
Dark
Black
Every colors are available on SASS Map, .
$theme-colors
$theme-colors: (
"primary" : $primary,
"accent" : $accent,
"dark" : $dark,
"black" : $black
);
All Colors
We changed all Variable Color default from Bootstrap with ours. And every color variable, we used color name which we get from
Color Name 
. You can find every SASS variable on
scss/vendors/bootstrap/_variables.scss.
Gray
Gray 100
Philippine Gray 100
Philippine Gray
Spanish Gray
Dark Gray x11
Silver Foil
Light Silver
Platinum
Bright Gray
Anti Flash White
Cultured
Ghost White
White
Pale Lavender
Lavender Web 100
Lavender Web
Alice Blue
Magnolia
Pumpkin
Outrageous Orange
Royal Orang
Rajah
American Blue
Ocean Blue
Mojorelle Blue
Majorelle Blue 200
Blue Violet
Blue Violet 200
Deep Lilac
Lime Green
Ufo Green 100
Ufo Green
Dark Sharcoal
Black Olive
Eerie Black
Arsenic 500
Arsenic
Picton Blue 100
Picton Blue
Pale Pink
Persian Blue
Medium Orchid
Black
Mikado Yellow
Orange Red
Every colors are available on SASS Map, .
$colors
$colors: (
"blue-violet" : $blue-violet,
"blue-violet-200" : $blue-violet-200,
"deep-lilac" : $deep-lilac,
"ocean-blue" : $ocean-blue,
"mojorelle-blue" : $mojorelle-blue,
"majorelle-blue-200" : $majorelle-blue-200,
"dark-charcoal" : $dark-charcoal,
"eerie-black" : $eerie-black,
"arsenic-500" : $arsenic-500,
"black-olive" : $black-olive,
"american-blue" : $american-blue,
"arsenic" : $arsenic,
"gray" : $gray,
"gray-100" : $gray-100,
"philippine-gray" : $philippine-gray,
"philippine-gray-100" : $philippine-gray-100,
"spanish-gray" : $spanish-gray,
"dark-gray-x11" : $dark-gray-x11,
"silver-foil" : $silver-foil,
"anti-flash-white" : $anti-flash-white,
"alice-blue" : $alice-blue,
"light-silver" : $light-silver,
"platinum" : $platinum,
"bright-gray" : $bright-gray,
"magnolia" : $magnolia,
"ghost-white" : $ghost-white,
"cultured" : $cultured,
"white" : $white,
"ufo-green" : $ufo-green,
"ufo-green-100" : $ufo-green-100,
"lime-green" : $lime-green,
"outrageous-orange" : $outrageous-orange,
"pumpkin" : $pumpkin,
"royal-orange" : $royal-orange,
"rajah" : $rajah,
"pale-pink" : $pale-pink,
"persian-blue" : $persian-blue,
"picton-blue" : $picton-blue,
"picton-blue-100" : $picton-blue-100,
"medium-orchid" : $medium-orchid,
"pale-lavender" : $pale-lavender,
"lavender-web-100" : $lavender-web-100,
"lavender-web" : $lavender-web,
"black" : $black,
"dark-gunmetal" : $dark-gunmetal,
"mikado-yellow" : $mikado-yellow,
"orange-red" : $orange-red
);